From: Bilal Elmoussaoui Date: Thu, 30 Dec 2021 16:52:53 +0000 (+0000) Subject: g-i: add missing nullable annotation X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~138^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ec58013b22f380cf992e9b39e66197b78249a703;p=gtk4.git g-i: add missing nullable annotation the constructor takes a nullable expression parameter, so should the getter be --- diff --git a/gtk/gtkexpression.c b/gtk/gtkexpression.c index 8cd72f802f..14bea1111b 100644 --- a/gtk/gtkexpression.c +++ b/gtk/gtkexpression.c @@ -1,4 +1,3 @@ - /* * Copyright © 2019 Benjamin Otte * @@ -1372,7 +1371,7 @@ gtk_property_expression_new_for_pspec (GtkExpression *expression, * Gets the expression specifying the object of * a property expression. * - * Returns: (transfer none): the object expression + * Returns: (transfer none) (nullable): the object expression */ GtkExpression * gtk_property_expression_get_expression (GtkExpression *expression)